ComponentOne ASP.NET MVC Controls
MaxDropDownHeight Method

C1.Web.Mvc.Fluent Namespace > ComboBoxBaseBuilder<T,TControl,TBuilder> Class : MaxDropDownHeight Method
The value.
Configurates C1.Web.Mvc.ComboBoxBase<T>.MaxDropDownHeight. Sets the maximum height of the drop-down list.
Syntax
'Declaration
 
Public Function MaxDropDownHeight( _
   ByVal value As Double _
) As TBuilder
public TBuilder MaxDropDownHeight( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ComboBoxBaseBuilder<T,TControl,TBuilder> Class
ComboBoxBaseBuilder<T,TControl,TBuilder> Members